projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084fd64
)
* configure.in: For generic IBM PC boxes, insist on "unknown" for
author
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 17:43:47 +0000
(17:43 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 17:43:47 +0000
(17:43 +0000)
the manufacturer - the more general case was blocking other i386
configuration names below, and that's how the names are written in
MACHINES anyway.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 3361505bc40a1895527b60fcb754f9a094c886ee..ccbed19df8370a67e0cbc5ee0af221949ba3772d 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-567,7
+567,7
@@
case "${configuration}" in
machine=is386 opsys=usg5-2-2
;;
## Intel 386 machines where we don't care about the manufacturer
- i[34]86-* )
+ i[34]86-
unknown-
* )
machine=intel386
case "${configuration}" in
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;